home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / zlab_ra3.zip / ZLAB-RA.DOC < prev    next >
Text File  |  1992-02-08  |  6KB  |  133 lines

  1.                    ZipLab Plus - RemoteAccess Interface
  2.  
  3.        
  4. ZipLab Plus is a great way to scan uploads for virus, bad-crc errors,
  5. outdated files, and to remove unwanted BBS ad files and comments.
  6. Unfortanuatly it was only written to work with PCBoard and Prodoor.
  7.  
  8. I prefer the QuickBBS style of board, such as RemoteAccess and SuperBBS.
  9. Instant hotkeys, Sysop defined menus and commands mean alot to me <Grin>.
  10. Chances are that if you run one of these boards you also run a door to
  11. handle your file transfers, such as FileDoor or EFT. Others include
  12. TDoor, ACFiles, and RAFM. Most of these File Doors allow you to exit
  13. to a batch file to test the uploads before credit is given.
  14. ZipLab Plus can be run from such a door, and I will now show you how!
  15.  
  16. The author of ZipLab Plus now also has a generic version which will not
  17. try to find any BBS files, but unfortnutaly he does not update this version
  18. very often, nor does it support a users name, or non-standard com ports.
  19. It's much better to use the latest PCBoard version with a door converter.
  20.  
  21. I will assume you are already running a BBS using RemoteAccess, QuickBBS,
  22. SuperBBS, ProBoard, or a simular clone,  along with a file transfer door
  23. such as  Enhanced File Transfer (EFT), FileDoor (XFD) or something simular.
  24.  
  25. You will also need a door converter program that can read the DORINFO1.DEF
  26. and create the PCBOARD.DAT and PCBOARD.SYS and USER files, which ZipLab
  27. expects to find. I use QKDOOR2G.ZIP (52k) which is very fast yet small.
  28.  
  29. **** IMPORTANT ****
  30. Starting with version 1.9C of ZipLab Plus, it expects to find a 198 line
  31. long version of PCBOARD.DAT, rather then the standard 152 line long version
  32. which most door converters create. Starting with PCBoard 14.5, their is
  33. extra information at the end of the PCBOARD.DAT, which among other things
  34. defines the com port address and IRQ. ZipLab reads this now in order to be
  35. compatible with non-standard com ports. Line 158 is the IRQ and line 159
  36. is the port address.
  37.  
  38. After creating a 152 line PCBOARD.DAT file with a door converter, you must
  39. tack on lines 153-198 to the end of it by using the DOS copy command.
  40. Since the addon file will be differnt for each line, depending on the
  41. com port address and irq, you will need 1 addon file for each node.
  42. This is done for you in the bat files included here for EFT and XFD. 
  43. There is 3 sample ADDON files included here, which should be copyed to
  44. your \RA\ZIPLAB directory.
  45.  
  46.     ADDON.1 is currently set for COM1, 3F8, IRQ4
  47.     ADDON.2 is currently set for COM2, 2F8, IRQ3
  48.     ADDON.3 is currently set for COM3, 3E8, IRQ5
  49.  
  50. You may edit these and make additional copys for more nodes of cource.
  51.  
  52. You will need to set an enviornment variable as follows:
  53. Set PCBDOOR=PRODOOR
  54. This will tell ZipLab plus that PCBoard is not actually running. If you
  55. are running DesqView you will have to define this in your Autoexec.bat,
  56. so that you don't run out of enviornment space in your DV windows.
  57. If you don't do this ZipLab Plus will immediatly exit with an error code!
  58.  
  59.  
  60. heres how my directorys are set:
  61.  
  62. C:\RA          RA main directory
  63. C:\RA\LINE1    Node 1 RA files
  64. C:\RA\LINE2    Node 2 RA files
  65. C:\RA\LINE3    Node 3 RA files
  66. C:\RA\ZIPLAB   Ziplab directory
  67. C:\SYSTEM      where my pkunzip,arj,lha,giftest files are
  68. C:\HOLD        where i have ZIPLAB stick bad/outdated uploads
  69.  
  70. First unzip Ziplab Plus into the \ra\ziplab directory.
  71. Run the Setup.exe program to create a cfg file for each node.
  72. Name the first nodes cfg file ptest1.cfg, and the second ptest2.cfg
  73. and so on. One of the paths setup will want for each node is the
  74. path\name of PCBOARD.DAT. Make this C:\RA\LINE1\PCBOARD.DAT and so on
  75. for each node, so that each door file will have its own directory.
  76. Copy the ADD files to the ZipLab directory as well.
  77.  
  78. If you use FileDoor then copy ZLAB-XFD.BAT to the Ziplab directory,
  79. and edit your FILEDOOR.CFG as follows:
  80. Exitafterupload1  C:\COMMAND.COM /c c:\ra\ziplab\zlap-xfd.bat $U
  81.  
  82. If you use EFT, then copy the ZLAB-EFT.BAT to the ZipLab directory,
  83. and edit your EFT.CFG as follows:
  84. ArchiveExtension ZIP *C /c c:\ra\ziplab\zlab-eft.bat $1
  85. ArchiveExtension ARJ *C /c c:\ra\ziplab\zlab-eft.bat $1
  86. ArchiveExtension LZH *C /c c:\ra\ziplab\zlab-eft.bat $1
  87.  
  88. If you use one of those other File Transfer doors for RA/QBBS/SBBS,
  89. such as ACFiles, TDoor, etc. then you are on your own, but if you
  90. look at the two examples for FileDoor and EFT you should be able to
  91. figure it out, as long as the Door allows a method to exit after an
  92. upload to validate the files(s).
  93.  
  94. The FileDoor and EFT batch files are both well documented by me.
  95. They differ somewhat because FileDoor has only 1 exit for
  96. all files uploaded, and EFT exits once for each file uploaded.
  97.  
  98. I have run ZipLab Plus with the both FileDoor 2.0x and EFT 1.2x, and it
  99. works perfect.
  100. ----------------------------------------------------------------------------
  101. History of this this document.
  102.  
  103. 6-22-91 Quick and Dirty docs, for the original ZipLab and XFD.
  104.         originally named XFD-ZIP.ZIP
  105.  
  106. 8-03-91 Updated for ZipLab Plus, both for XFD and also EFT.
  107.         re-named ZPL-RA.ZIP
  108.  
  109. 2-08-91 Updated for ZipLab Plus 1.9C, which now requires a longer PCBOARD.DAT
  110.         in order to support non standard com ports. re-named ZLAB-RA.ZIP 
  111.         Sorry to keep renaming this file, but this should be my final release.
  112.         Hopefully Jeffrey Morley, the ZipLab Author, will provide direct
  113.         DORINFO1.DEF support in future versions so that this information
  114.         will no longer be needed.
  115.  
  116. -----------------------------------------------------------------------------  
  117. In case you need a file you can file request any of these from me:
  118.  
  119. RA      Latest version of RemoteAccess
  120. EFT     Latest Version of EFT
  121. XFD     Latest version of FileDoor
  122. ZIPLAB  Latest version of ZipLab Plus
  123. QKDOOR  Latest version of QuickDoor
  124.  
  125. You are welcome to use my batch files at no charge of cource. 
  126. If you are running a differnt configuration, need help, or wish to add
  127. suggestions,  you are welcome to netmail me or drop me a note on:
  128.  
  129.   Mike Ehlert
  130.   PACIFIC COAST MICRO BBS
  131.   FidoNet 1:102/1001
  132.   (805) 494-9386 HST/V.32b   (805) 497-3456 HST   (805) 496-7320 CSP
  133.